home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Best of www.BestZips.com (Collector's Edition)
/
Best of WWW.BESTZIPS.COM Collector's Edition (JCSM Shareware) (JCS Marketing).ISO
/
prgtools
/
prtsut53.zip
/
SU1SRC.ZIP
/
REPDEM03.DFM
/
REPDEM03.txt
Wrap
Text File
|
1996-12-29
|
6KB
|
244 lines
object dem03form: Tdem03form
Left = 307
Top = 199
Width = 613
Height = 409
ActiveControl = Panel1
Caption = 'dem03form'
Font.Color = clBlack
Font.Height = -14
Font.Name = 'MS Sans Serif'
Font.Style = []
PixelsPerInch = 120
Position = poScreenCenter
OnCreate = FormCreate
TextHeight = 16
object Panel1: TPanel
Left = 0
Top = 0
Width = 605
Height = 89
Align = alTop
TabOrder = 0
object Label1: TLabel
Left = 20
Top = 12
Width = 370
Height = 19
Caption = 'This is a Demo of the TPrintGridReport Component'
Color = clBtnFace
Font.Color = clMaroon
Font.Height = -17
Font.Name = 'Arial'
Font.Style = []
ParentColor = False
ParentFont = False
end
object Label2: TLabel
Left = 20
Top = 36
Width = 260
Height = 19
Caption = 'and SubTotals and Calcutated fields'
Color = clBtnFace
Font.Color = clMaroon
Font.Height = -17
Font.Name = 'Arial'
Font.Style = []
ParentColor = False
ParentFont = False
end
object Label3: TLabel
Left = 20
Top = 60
Width = 415
Height = 19
Caption = 'Note: The printer is forced to print Landscape Orientation'
Color = clBtnFace
Font.Color = clMaroon
Font.Height = -17
Font.Name = 'Arial'
Font.Style = []
ParentColor = False
ParentFont = False
end
object Preview: TBitBtn
Left = 420
Top = 12
Width = 109
Height = 29
Caption = 'Pre&View'
TabOrder = 0
OnClick = PreviewClick
end
object Exit: TBitBtn
Left = 440
Top = 44
Width = 89
Height = 33
Caption = '&Exit'
ModalResult = 1
TabOrder = 1
end
end
object Panel2: TPanel
Left = 0
Top = 89
Width = 605
Height = 293
Align = alClient
BevelInner = bvLowered
BorderWidth = 4
Caption = 'Panel2'
TabOrder = 1
object DBGrid1: TDBGrid
Left = 6
Top = 6
Width = 593
Height = 281
Align = alClient
BorderStyle = bsNone
DataSource = DataSource1
Font.Color = clPurple
Font.Height = -13
Font.Name = 'Arial'
Font.Style = []
ParentFont = False
TabOrder = 0
TitleFont.Color = clBlue
TitleFont.Height = -13
TitleFont.Name = 'Arial'
TitleFont.Style = [fsBold]
end
end
object Query1: TQuery
Active = True
OnCalcFields = Query1CalcFields
DatabaseName = 'DBDEMOS'
SQL.Strings = (
'Select'
' parts."PartNo",'
' parts."VendorNo",'
' parts."Description",'
' parts."OnHand",'
' parts."OnOrder",'
' parts."Cost",'
' parts."ListPrice"'
'From "parts.db"'
'As parts'
'order by'
'VendorNo')
Left = 260
Top = 5
object Query1PartNo: TFloatField
DisplayWidth = 7
FieldName = 'PartNo'
end
object Query1VendorNo: TFloatField
FieldName = 'VendorNo'
Visible = False
end
object Query1Description: TStringField
DisplayWidth = 23
FieldName = 'Description'
Size = 30
end
object Query1OnHand: TFloatField
DisplayWidth = 7
FieldName = 'OnHand'
end
object Query1OnOrder: TFloatField
DisplayWidth = 7
FieldName = 'OnOrder'
end
object Query1ListPrice: TCurrencyField
DisplayWidth = 9
FieldName = 'ListPrice'
DisplayFormat = '$ #,##0.00'
Currency = True
end
object Query1Cost: TCurrencyField
DisplayWidth = 6
FieldName = 'Cost'
DisplayFormat = '$ #,##0.00'
Currency = True
end
object Query1OnOrderValue: TCurrencyField
Calculated = True
DisplayWidth = 10
FieldName = 'OnOrderValue'
DisplayFormat = '$ #,##0.00'
Currency = True
end
object Query1OnHandValue: TCurrencyField
Calculated = True
DisplayWidth = 12
FieldName = 'OnHandValue'
DisplayFormat = '$ #,##0.00'
Currency = True
end
end
object DataSource1: TDataSource
DataSet = Query1
Left = 287
Top = 5
end
object PrintGridReport1: TPrintGridReport
About = 'Version 5.32'
AboutRegistered = 'TOM SNIDER'
ViewButtonVisible = False
Copies = 1
OutputTo = poViewer
Orientation = Default
ViewBkColor = 11234567
Units = poInches
ViewHeading = 'Reportit Viewer'
FooterFont.Color = clWindowText
FooterFont.Height = 12
FooterFont.Name = 'Arial'
FooterFont.Style = []
HeaderFont.Color = clWindowText
HeaderFont.Height = 16
HeaderFont.Name = 'Arial'
HeaderFont.Style = []
ViewerOptions = []
SubTotalString = '** SubTotal of @RecCount Orders **'
TotalString = '*** Total of @RecCount Orders ***'
ZoomPercentage = 25.000000000000000000
HeaderTop = 0.500000000000000000
HeaderStringCenter = 'Page Header'
HeaderEnabled = True
HeaderOutlined = True
HeaderFilled = False
FooterTop = 10.663333333333330000
FooterString = 'Page Footer'
FooterEnabled = True
FooterOutlined = True
FooterFilled = True
FooterStringLeft = 'Printed on @Date at @Time'
FooterStringRight = 'Page @Page'
DisableControls = True
BorderLeft = 0.250000000000000000
BorderRight = 0.250000000000000000
GridHeadingRow = 1.500000000000000000
GridHeadingCol = 0.250000000000000000
GridHeadingEnabled = True
GridHeadingOutlined = True
GridHeadingFilled = False
GridLines = False
LineSpacing = 1.500000000000000000
Grid = DBGrid1
GridMinWidth = True
GridCentered = True
GridPrintTotal = True
PrintSubTotals = True
FrameStyleLeft = frNone
FrameStyleTop = frDoubleThin
FrameStyleRight = frNone
FrameStyleBottom = frSingleThin
ReportStyle = rsMiddle
Left = 352
Top = 36
end
end